xfi:negative-filing-indicator

xs:boolean=xfi:negative-filing-indicator( $filing-indicator as xs:string)

Last updated on 01-08-2020 at 12:00:00.

Checks if a negative filing indicator is present for the given template identifier.

Documentation

The term negative filing indicator is present is to be interpretted as defined in the XBRL Filing Indicator Specification.

Note that a negative filing indicator is an explicit assertion that a template is not reported. To check if a filing indicator is either negative or omitted, negate the output of the xfi:positive-filing-indicator() function.

OIM Status

Supported

Parameters

Name Type Details
filing-indicator xs:string The filing indicator to be checked for.

Output

Type: xs:boolean

Returns true if a negative filing indicator is present in the report for specified template.

Conformance suite

80363 xfi.negative-filing-indicator testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer Mark V Systems fischer@markv.com 01-08-2020 at 12:00:00
Paul Hulst De Nederlandsche Bank P.J.Hulst@dnb.nl 01-08-2020 at 12:00:00

Revisions

Name On Details
Herm Fischer 01-08-2020 at 12:00:00 Created the function definition.